Learn R Programming

EEM (version 1.1.1)

[.EEM: Subset EEM list

Description

Subset EEM list

Usage

"["(x, i, ...)

Arguments

x
EEM class object
i
indices specifying elements to extract
...
arguments for subset function

Examples

Run this code
data(applejuice)
selected <- applejuice[1-5]

Run the code above in your browser using DataLab